home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / bison110.zip / CHANGELO < prev    next >
Text File  |  1990-06-26  |  15KB  |  414 lines

  1. Thu May 31 22:00:16 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  2.  
  3.     * Version 1.10.
  4.  
  5.     * bison.simple (YYBACKUP, YYRECOVERING): New macros.
  6.     (YYINITDEPTH): This is what used to be YYMAXDEPTH.
  7.     (YYMAXDEPTH): This is what used to be YYMAXLIMIT.
  8.     If the value is 0, use the default instead.
  9.     (yyparse): Return 2 on stack overflow.
  10.  
  11. Wed May 30 21:09:07 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  12.  
  13.     * bison.simple (YYERROR): Jump to new label; don't print error message.
  14.     (yyparse): Define label yyerrlab1.
  15.  
  16. Wed May 16 13:23:58 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  17.  
  18.     * files.c (openfiles): Support -b.
  19.     * getargs.c (getargs): Likewise.
  20.  
  21.     * reader.c (readgram): Error if too many symbols.
  22.  
  23.     * lex.c (lex): Handle \a.  Make error msgs more reliable.
  24.     * reader.c (read_declarations): Make error msgs more reliable.
  25.  
  26. Sun May 13 15:03:37 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  27.  
  28.     * Version 1.09.
  29.  
  30.     * reduce.c (reduce_grammar_tables): Fix backward test.
  31.  
  32. Sat May 12 21:05:34 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  33.  
  34.     * Makefile (bison-dist.*): Rename targets and files to bison.*.
  35.     (bison.tar): Make tar file to unpack into subdirectory named `bison'.
  36.  
  37. Mon Apr 30 03:46:58 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  38.  
  39.     * reduce.c (reduce_grammar_tables): Set rlhs to -1 for useless rules.
  40.     * nullable.c (set_nullable): Ignore those rules.
  41.     * derives.c (set_derives): Likewise.
  42.  
  43. Mon Apr 23 15:16:09 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  44.  
  45.     * bison.simple (yyparse): Mention rule number as well as line number.
  46.  
  47. Thu Mar 29 00:00:43 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  48.  
  49.     * bison.simple (__yy_bcopy): New function.
  50.     (yyparse): Use that, not bcopy.
  51.  
  52. Wed Mar 28 15:23:51 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  53.  
  54.     * print.c (print_actions): Don't alter i and j spuriously when errp==0.
  55.  
  56. Mon Mar 12 16:22:18 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  57.  
  58.     * bison.simple [__GNUC__]: Use builtin_alloca.
  59.  
  60. Wed Mar  7 21:11:36 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  61.  
  62.     * Makefile (install): Use mergedir.awk to process bison.simple
  63.     for installation.
  64.  
  65.     * bison.simple (yyparse): New feature to include possible valid
  66.     tokens in parse error message.
  67.  
  68. Sat Mar  3 14:10:56 1990  Richard Stallman  (rms at geech)
  69.  
  70.     * Version 1.08.
  71.  
  72. Mon Feb 26 16:32:21 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  73.  
  74.     * print.c (print_actions)
  75.     conflicts.c (print_reductions): Change "shift %d" to
  76.     "shift, and go to state %d" and "reduce %d" to "reduce using rule %d"
  77.     and "goto %d" to "go to state %d".
  78.     print.c (print_core): Change "(%d)" to "(rule %d)".
  79.  
  80. Tue Feb 20 14:22:47 EST 1990    Jay Fenlason (hack @ wookumz.ai.mit.edu)
  81.  
  82.     * bison.simple:  Comment out unused yyresume: label.
  83.  
  84. Fri Feb  9 16:14:34 EST 1990    Jay Fenlason (hack @ wookumz.ai.mit.edu)
  85.  
  86.     * bison.simple :  surround all declarations and (remaining) uses of
  87.     yyls* and yylloc with #ifdef YYLSP_NEEDED  This will significantly
  88.     cut down on stack usage, and gets rid of unused-variable msgs from
  89.     GCC.
  90.  
  91. Wed Jan 31 13:06:08 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  92.  
  93.     * files.c (done) [VMS]: Don't delete files that weren't used.
  94.     [VMS]: Let user override XPFILE and XPFILE1.
  95.  
  96. Wed Jan  3 15:52:28 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  97.  
  98.     * Version 1.07.
  99.  
  100. Sat Dec 16 15:50:21 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  101.  
  102.     * gram.c (dummy): New function.
  103.  
  104.     * reader.c (readgram): Detect error if two consec actions.
  105.  
  106. Wed Nov 15 02:06:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  107.  
  108.     * reduce.c (reduce_grammar_tables): Update rline like other tables.
  109.  
  110.     * Makefile (install): Install the man page.
  111.  
  112. Sat Nov 11 03:21:58 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  113.  
  114.     * output.c (output_rule_data): Write #if YYDEBUG around yyrline.
  115.  
  116. Wed Oct 18 13:07:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  117.  
  118.     * Version 1.06.
  119.  
  120.     * vmsgetargs.c (getargs): Downcase specified output file name.
  121.  
  122. Fri Oct 13 17:48:14 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  123.  
  124.     * reader.c (readgram): Warn if there is no default to use for $$
  125.     and one is needed.
  126.  
  127. Fri Sep 29 12:51:53 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  128.  
  129.     * Version 1.05.
  130.  
  131.     * vmsgetargs.h (getargs): Process outfile option.
  132.  
  133. Fri Sep  8 03:05:14 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  134.  
  135.     * Version 1.04.
  136.  
  137.     * reader.c (parse_union_decl): Count newlines even in comments.
  138.  
  139. Wed Sep  6 22:03:19 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  140.  
  141.     * files.c (openfiles): short_base_length was always == base_length.
  142.  
  143. Thu Aug 24 16:55:06 1989  Richard Stallman  (rms at apple-gunkies.ai.mit.edu)
  144.  
  145.     * Version 1.03.
  146.  
  147.     * files.c (openfiles): Write output into same dir as input, by default.
  148.  
  149. Wed Aug 23 15:03:07 1989  Jay Fenlason  (hack at gnu)
  150.  
  151.     * Makefile: Include system.h in bison-dist.tar
  152.  
  153. Tue Aug 15 22:30:42 1989  Richard Stallman  (rms at hobbes.ai.mit.edu)
  154.  
  155.     * version 1.03.
  156.  
  157.     * reader.c (reader): Output LTYPESTR to fdefines
  158.     only after reading the grammar.
  159.  
  160. Sun Aug  6 16:55:23 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  161.  
  162.     * reader.c (read_declarations): Put space before comment
  163.     to avoid bug in Green Hills C compiler.
  164.  
  165. Mon Jun 19 20:14:01 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  166.  
  167.     * allocate.c (xmalloc): New function.
  168.  
  169. Fri Jun 16 23:59:40 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  170.  
  171.     * build.com: Compile and link reduce.c.
  172.  
  173. Fri Jun  9 23:00:54 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  174.  
  175.     * reduce.c (reduce_grammar_tables): Adjust start_symbol when #s change.
  176.  
  177. Sat May 27 17:57:29 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  178.  
  179.     * reader.c (copy_definition, copy_guard): Don't object to \-newline
  180.     inside strings.
  181.  
  182. Mon May 22 12:30:59 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  183.  
  184.     * files.c (openfiles): Alternate file names for MSDOS.
  185.     (open_extra_files): Likewise.
  186.     (done): On MSDOS, unlink temp files here, not in openfiles.
  187.  
  188.     * machine.h (BITS_PER_WORD): 16 on MSDOS.
  189.     (MAXTABLE): Now defined in this file.
  190.  
  191.     * system.h: New file includes system-dependent headers.
  192.     All relevant .c files include it.
  193.  
  194. Thu Apr 27 17:00:47 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  195.  
  196.     * version.c: Version 1.01.
  197.  
  198. Tue Apr 18 12:46:05 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  199.  
  200.     * conflicts.c (total_conflicts): Fixed typo in yacc style output;
  201.     mention conflicts if > 0.
  202.  
  203. Sat Apr 15 17:36:18 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  204.  
  205.     * reader.c (packsymbols): Start new symbols after 256.
  206.  
  207. Wed Apr 12 14:09:09 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  208.  
  209.     * reader.c (reader): Always assign code 256 to `error' token.
  210.     Always set `translations' to 1 so this code gets handled.
  211.     * bison.simple (YYERRCODE): Define it.
  212.  
  213. Tue Apr 11 19:26:32 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  214.  
  215.     * conflicts.c: If GNU C, use builtin alloca.
  216.  
  217.     * Makefile (install): Delete parser files before copying them.
  218.  
  219. Thu Mar 30 13:51:17 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  220.  
  221.     * getargs.c (getargs): Turn off checking of name Bison was invoked by.
  222.  
  223.     * Makefile (dist): Include ChangeLog in distrib.
  224.  
  225. Thu Mar 23 15:19:41 1989  Jay Fenlason  (hack at apple-gunkies.ai.mit.edu)
  226.  
  227.     * LR0.c closure.c conflicts.c derives.c files.c getargs.c lalr.c
  228.     lex.c main.c nullable.c output.c print.c reader.c reduce.c
  229.     symtab.c warshall.c:  A first pass at getting gcc -Wall to shut up.
  230.     Mostly declared    functions as void, etc.
  231.  
  232.     * reduce.c moved 'extern int fixed_outfiles;' into print_notices()
  233.     where it belongs.
  234.  
  235. Wed Mar  1 12:33:28 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  236.  
  237.     * types.h, symtab.h, state.h, new.h, machine.h, lex.h, gram.h,
  238.     files.h, closure.c, vmsgetargs.c, warshall.c, symtab.c, reduce.c,
  239.     reader.c, print.c, output.c, nullable.c, main.c, lex.c, lalr.c,
  240.     gram.c, getargs.c, files.c, derives.c, conflicts.c, allocate.c,
  241.     LR0.c, Makefile, bison.simple: Changed copyright notices to be in
  242.     accord with the new General Public License.
  243.     * COPYING: Made a link to the new copying file.
  244.  
  245. Wed Feb 22 06:18:20 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  246.  
  247.     * new.h (FREE): Alternate definition for __STDC__ avoids error
  248.     if `free' returns void.
  249.  
  250. Tue Feb 21 15:03:34 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  251.  
  252.     * reader.c (read_declarations): Double a `%' in a format string.
  253.     (copy_definition, parse_start_decl, parse_token_decl): Likewise.
  254.     (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
  255.     (copy_action): change a `fatal' to `fatals'.
  256.  
  257.     * lalr.c (map_goto): Initial high-end of binary search was off by 1.
  258.  
  259. Sat Feb 18 08:49:57 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  260.  
  261.     * bison.simple [sparc]: Include alloca.h.
  262.  
  263. Wed Feb 15 06:24:36 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  264.  
  265.     * reader.c (packsymbols): Write decl of yylval into .tab.h file.
  266.  
  267. Sat Jan 28 18:19:05 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  268.  
  269.     * bison.simple: Avoid comments on `#line' lines.
  270.  
  271.     * reader.c (LTYPESTR): Rearrange to avoid whitespace after \-newline.
  272.  
  273. Mon Jan  9 18:43:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  274.  
  275.     * conflicts.c (total_conflicts): if -y, use output syntax POSIX wants.
  276.     * reduce.c (print_notices): likewise.
  277.  
  278.     * lex.c (lex): Handle \v, and \x hex escapes.
  279.  
  280.     * reader.c (reader): Merge output_ltype into here.
  281.     Don't output YYLTYPE definition to .tab.h file
  282.     unless the @ construct is used.
  283.  
  284.     * bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
  285.     * reader.c (output_ltype): Don't output them here.
  286.  
  287.     * bison.simple: YYDEBUG now should be 0 or 1.
  288.     * output.c (output): For YYDEBUG, output conditional to define it
  289.     only if not previously defined.
  290.  
  291. Mon Jan  2 11:29:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  292.  
  293.     * bison.simple (yyparse) [YYPURE]: Add local yynerrs.
  294.     (yydebug): Declare global, but don't initialize, regardless of YYPURE.
  295.     (yyparse): Don't declare yydebug here.
  296.  
  297. Thu Dec 22 22:01:22 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  298.  
  299.     * reduce.c (print_notices): Typo in message.
  300.  
  301. Sun Dec 11 11:32:07 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  302.  
  303.     * output.c (pack_table): Free only nonzero the elts of froms & tos.
  304.  
  305. Thu Dec  8 16:26:46 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  306.  
  307.     * gram.c (rprecsym): New vector indicates the %prec symbol for a rule.
  308.     * reader.c (packgram): Allocate it and fill it in.
  309.     * reduce.c (inaccessable_symbols): Use it to set V1.
  310.     * reduce.c (print_results): Don't complain about useless token
  311.     if it's in V1.
  312.  
  313. Mon Dec  5 14:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  314.  
  315.     * machine.h (RESETBIT, BITISSET): New macros.
  316.     (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
  317.  
  318.     * reduce.c: New file, by David Bakin.  Reduces the grammar.
  319.     * Makefile: Compile it, link it, put it in dist.
  320.  
  321.     * main.c (main): Call reduce_grammar (in reduce.c).
  322.  
  323. Thu Nov 17 18:33:04 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  324.  
  325.     * conflicts.c: Don't declare alloca if including alloca.h.
  326.  
  327.     * bison.cld: Define qualifiers `nolines', `debug'.
  328.     * vmsgetargs.c (getargs): Handle them.
  329.  
  330.     * output.c (output_program): Notice `nolinesflag'.
  331.  
  332.     * output.c (output_parser): Simplify logic for -l and #line.
  333.     Avoid writing EOF char into output.
  334.  
  335. Wed Oct 12 18:00:03 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  336.  
  337.     * Implement `-l' option.
  338.     * getopt.c: Set flag `nolinesflag'.
  339.     * reader.c (copy_definition, parse_union_decl, copy_guard, copy_action)
  340.     Obey that flag; don't generate #line.
  341.     * output.c (output_parser): Discard #line's when copying the parser.
  342.  
  343. Mon Sep 12 16:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  344.  
  345.     * reader.c (copy_guard): Fix brace-counting for brace-surrounded guard.
  346.  
  347. Thu Sep  8 20:09:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  348.  
  349.     * bison.simple: Correct number in #line command.
  350.     (yyparse): Call YYABORT instead of YYERROR, due to last change in
  351.     output_ltype.
  352.  
  353. Mon Sep  5 14:55:30 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  354.  
  355.     * Makefile: New variable LIBS.  Alternatives for USG.
  356.     * conflicts.c [USG]: Define bcopy.
  357.     * symtab.c [USG]: Include string.h instead of strings.h.
  358.  
  359.     * conflicts.c [sparc]: Include alloca.h.
  360.  
  361. Tue Aug  2 08:38:38 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  362.  
  363.     * reader.c (parse_token_decl): Ignore commas.
  364.  
  365. Sat Jun 25 10:29:20 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  366.  
  367.     * reader.c (output_ltype): Make YYERROR yacc-compatible (like YYFAIL).
  368.  
  369. Fri Jun 24 11:25:11 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  370.  
  371.     * getargs.c (getargs): -t sets debugflag.
  372.     Eliminate upper case duplicate options.
  373.     * output.c (output): If debugflag, output `#define YYDEBUG'.
  374.  
  375. Thu May 26 06:04:21 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  376.  
  377.     * allocate.c (mallocate): New name for `allocate' (which loses in VMS).
  378.     Calls changed in LR0.c, conflicts.c, symtab.c, new.h.
  379.  
  380.     * getargs.c (getargs): If argv[0] is "yacc", set fixed_outfiles.
  381.  
  382. Tue May 17 12:15:30 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  383.  
  384.     * conflicts.c: Declare alloca.
  385.     * reader.c: Declare realloc.
  386.     * warshall.c (TC): Fix one arithmetic op that was omitted last time.
  387.  
  388. Thu May  5 14:36:03 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  389.  
  390.     * bison.simple: Conditionalize most refs to yylsp on YYLSP_NEEDED.
  391.     * reader.c (copy_guard, copy_action): Notice if `@' is used.
  392.     (reader): If it was, output `#define YYLSP_NEEDED'.
  393.  
  394. Mon Apr 18 04:54:32 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  395.  
  396.     * bison.simple: New variable yynerr counts calls to yyerror.
  397.  
  398.     * lex.c (lex, case '='): Update lineno when skipping a newline.
  399.  
  400.     * reader.c (parse_expect_decl): ungetc the char that ends the number;
  401.     don't read any further.  This handles multi-line comments right
  402.     and avoids incorrect lineno.
  403.  
  404.     * reader.c: Delete duplicate decl of symval.
  405.  
  406.     * warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for arith.
  407.  
  408. Local Variables:
  409. mode: indented-text
  410. left-margin: 8
  411. fill-column: 76
  412. version-control: never
  413. End:
  414.